home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / bbs / ctdlaux_src.lha / aux-debug.h next >
C/C++ Source or Header  |  1994-01-09  |  178b  |  10 lines

  1. #define AUXDEBUGPORT "Aux_Debug_Port"
  2. struct debugmsg
  3.   {
  4.   struct Message ipc_Msg;
  5.   char *msg;                 /* null terminated text string */
  6.   int a,b,c;
  7.   int flag;
  8.   };
  9.  
  10.